Filters the data using specified filter expression.
シンタックス
'宣言
Public Overloads Shared Function FilterAsync(Of As Class)( _
ByVal As IDataCollection(Of T), _
ByVal As FilterExpression, _
Optional ByVal As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task FilterAsync<>(
IDataCollection<T> ,
FilterExpression ,
System.Threading.CancellationToken
)
where T: class
パラメータ
- dataCollection
- The data collection.
- filterExpression
- The filter expression applied to the data.
- cancellationToken
- The cancellation token.
型パラメータ
- T
参照